3.2.2 源(src)
来源信息
字段定义
| 字段 | 类型 | 说明 |
|---|---|---|
| dvc | 设备,设备信息 | |
| .os | string | 操作系统 |
| geo | 地理信息,实时地理位置信息 | |
| .city | string | IP归属城市 |
| .organization | string | 所属运营商 |
| .country | string | IP归属国家 |
| .province | string | IP归属省份 |
| client | 客户端信息 | |
| .type | string | 客户端类型,可选值:SDPBrowserClient(浏览器客户端)、SDPClient(客户端)、SDKClient(SDK)、SangforIdClient(移动端)、MobileClient(移动端) |
| .httpUserAgent | string | userAgent |
| .browser | string | 浏览器 |
| preProxyIp | string | 代理IP |
| ip | string | 客户端源IP |
| ipTags | []string | IP分析 |
JSON格式
"src": {
"dvc": {
"os": "Windows"
},
"geo": {
"city": "长沙",
"organization": "",
"country": "中国",
"province": "湖南"
},
"client": {
"type": "",
"httpUserAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36",
"browser": "Chrome/118.0.0.0"
},
"preProxyIp": "1.1.1.1",
"ip": "1.1.1.1",
"ipTags": []
}